home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / srcbkvt.zip / 20_20_4.ZIP / SIMPDEMO.DFM / SIMPDEMO.txt
Text File  |  1996-02-23  |  802b  |  48 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 102
  4.   Width = 435
  5.   Height = 183
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 13
  14.   object StrNum: TEdit
  15.     Left = 16
  16.     Top = 40
  17.     Width = 65
  18.     Height = 21
  19.     TabOrder = 0
  20.     Text = '0'
  21.   end
  22.   object StringVal: TEdit
  23.     Left = 96
  24.     Top = 40
  25.     Width = 305
  26.     Height = 21
  27.     TabOrder = 1
  28.   end
  29.   object GetButton: TButton
  30.     Left = 40
  31.     Top = 88
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Get'
  35.     TabOrder = 2
  36.     OnClick = GetButtonClick
  37.   end
  38.   object SetButton: TButton
  39.     Left = 160
  40.     Top = 88
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Set'
  44.     TabOrder = 3
  45.     OnClick = SetButtonClick
  46.   end
  47. end
  48.